﻿.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 100001 !important;
}



.checkboxlist {
    width: 100%;
    height: 120px;
    overflow: auto;
    border: 1px solid #d8d8d8 !important;
}

.checkboxlist label {
    display: inline !important;
}

.checkboxlist input {
    width: auto !important;
    margin: 5px !important;
    border-color: #d8d8d8 !important;
}


    

input[type='button'], input[type='submit'] {
    width: auto !important;
}

/*Validator CSS*/

.error
{
color:red;
}
    .error[style*=visible] + input,
    .error[style*=visible] + select,
    .error[style*=visible] + textarea {
        background-color: #ffcccc;
        border: 1px solid #ff0000;
    }

/*Validato Css*/